home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / e_to_l / fbuilder / delphi / demos / eis1.dfm / eis1.txt
Encoding:
Text File  |  1996-09-15  |  3.6 KB  |  157 lines

  1. object Form2: TForm2
  2.   Left = 43
  3.   Top = 76
  4.   Width = 708
  5.   Height = 500
  6.   ActiveControl = Panel1
  7.   Caption = 'Example With No Callbacks'
  8.   Font.Color = clBlack
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 700
  21.     Height = 50
  22.     Align = alTop
  23.     TabOrder = 0
  24.     object DBNavigator: TDBNavigator
  25.       Left = 10
  26.       Top = 10
  27.       Width = 291
  28.       Height = 31
  29.       DataSource = DataSource1
  30.       Ctl3D = False
  31.       ParentCtl3D = False
  32.       TabOrder = 0
  33.     end
  34.     object BitBtn1: TBitBtn
  35.       Left = 554
  36.       Top = 5
  37.       Width = 109
  38.       Height = 41
  39.       TabOrder = 1
  40.       Kind = bkClose
  41.     end
  42.   end
  43.   object Panel2: TPanel
  44.     Left = 0
  45.     Top = 50
  46.     Width = 700
  47.     Height = 158
  48.     Align = alTop
  49.     BevelInner = bvLowered
  50.     BorderWidth = 4
  51.     Caption = 'Panel2'
  52.     TabOrder = 1
  53.     object DBGrid1: TDBGrid
  54.       Left = 6
  55.       Top = 6
  56.       Width = 688
  57.       Height = 146
  58.       Align = alClient
  59.       BorderStyle = bsNone
  60.       DataSource = DataSource1
  61.       TabOrder = 0
  62.       TitleFont.Color = clBlack
  63.       TitleFont.Height = -14
  64.       TitleFont.Name = 'MS Sans Serif'
  65.       TitleFont.Style = []
  66.     end
  67.   end
  68.   object Panel3: TPanel
  69.     Left = 0
  70.     Top = 208
  71.     Width = 700
  72.     Height = 158
  73.     Align = alTop
  74.     BevelInner = bvLowered
  75.     BorderWidth = 4
  76.     Caption = 'Panel3'
  77.     TabOrder = 2
  78.     object SSheetGrid: TStringGrid
  79.       Left = 6
  80.       Top = 6
  81.       Width = 688
  82.       Height = 146
  83.       Hint = 'Cell names are of the format [R1C2]'
  84.       Align = alClient
  85.       ColCount = 11
  86.       RowCount = 11
  87.       TabOrder = 0
  88.       OnGetEditText = SSheetGridGetEditText
  89.       OnSetEditText = SSheetGridSetEditText
  90.     end
  91.   end
  92.   object GroupBox1: TGroupBox
  93.     Left = 0
  94.     Top = 366
  95.     Width = 700
  96.     Height = 59
  97.     Align = alTop
  98.     Caption = 'Formula'
  99.     TabOrder = 3
  100.     object SpeedButton1: TSpeedButton
  101.       Left = 635
  102.       Top = 20
  103.       Width = 31
  104.       Height = 30
  105.       Glyph.Data = {
  106.         78010000424D7801000000000000760000002800000020000000100000000100
  107.         04000000000000000000120B0000120B00000000000000000000000000000000
  108.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  109.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  110.         555555555555555555555555555555555555555555FF55555555555559055555
  111.         55555555577FF5555555555599905555555555557777F5555555555599905555
  112.         555555557777FF5555555559999905555555555777777F555555559999990555
  113.         5555557777777FF5555557990599905555555777757777F55555790555599055
  114.         55557775555777FF5555555555599905555555555557777F5555555555559905
  115.         555555555555777FF5555555555559905555555555555777FF55555555555579
  116.         05555555555555777FF5555555555557905555555555555777FF555555555555
  117.         59905555555555555777555555555555555555555555555555550000}
  118.       NumGlyphs = 2
  119.       OnClick = SpeedButton1Click
  120.     end
  121.     object FormulaEdit: TEdit
  122.       Left = 7
  123.       Top = 20
  124.       Width = 615
  125.       Height = 30
  126.       TabOrder = 0
  127.     end
  128.   end
  129.   object ResultPanel: TPanel
  130.     Left = 0
  131.     Top = 425
  132.     Width = 700
  133.     Height = 40
  134.     Align = alClient
  135.     BevelInner = bvLowered
  136.     BorderWidth = 4
  137.     TabOrder = 4
  138.   end
  139.   object DataSource1: TDataSource
  140.     DataSet = Table1
  141.     OnDataChange = DataSource1DataChange
  142.     Left = 287
  143.     Top = 5
  144.   end
  145.   object Table1: TTable
  146.     DatabaseName = 'c:\delphi\demos\data'
  147.     TableName = 'master.dbf'
  148.     Left = 260
  149.     Top = 5
  150.   end
  151.   object Expression: TExpression
  152.     UseExceptions = False
  153.     Left = 365
  154.     Top = 15
  155.   end
  156. end
  157.